home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
gcctest
/
tests05.zoo
/
Makefile.tos
< prev
next >
Wrap
Makefile
|
1993-03-02
|
388b
|
22 lines
SRC = float1.c tatof.c tbcopy.c tctype.c tfseek.c tprintf.c tqsort.c \
trandm.c trdwr.c tregex.c tscanf.c tsetjm.c tsignl.c tstdio.c tstring.c \
tstrl1.c tstrl2.c tstrtoul.c ttime.c twrseek.c tmemmv.c
.SUFFIXES: .ttp
.c.ttp:
$(CC) $(CFLAGS) -o $*.ttp $*.c
CC= cgcc
CFLAGS = -g -O
ALL = $(SRC:.c=.ttp)
all : $(ALL)
clean:
rm -f *.o
realclean: clean
rm -f $(ALL) core report test